home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / gfx / x11 / oldXlib.readme < prev   
Text File  |  1996-10-11  |  3KB  |  66 lines

  1. Short:    X10 library missing from Amiwin SAS developer kit
  2. Author:   X consortium
  3. Uploader: mlemos@ua.pt (Manuel Lemos)
  4. Type:     gfx/x11
  5.  
  6. This is X11 R6 library code that emulates X10 functions that were left out
  7. from Amiwin SAS developer kit.
  8.  
  9. Despite of being apart from X11 libraries, these functions are still useful
  10. because they provide support for association tables and support for drawing
  11. filled or unfilled shapes defined by eithe straight lines or splines.
  12.  
  13. Since they were left of of X11, the X consortion didn't define the
  14. prototypes for these functions anywhere in the includes that I know.  Here
  15. follow the missing prototypes extracted from the source code also include
  16. in this archive.
  17.  
  18. Status XDraw(Display *dpy,Drawable d,GC gc,Vertex *vlist,int vcount);
  19. Status XDrawFilled(Display *dpy,Drawable d,GC gc,Vertex *vlist,int vcount);
  20. XAssocTable *XCreateAssocTable(int size);
  21. void XDeleteAssoc(Display *dpy,XAssocTable *table,XID x_id);
  22. void XDestroyAssocTable(XAssocTable *table);
  23. XPointer XLookUpAssoc(Display *dpy,XAssocTable *table,XID x_id);
  24. void XMakeAssoc(Display *dpy,XAssocTable *table,XID x_id,XPointer data);
  25.  
  26. Manuel Lemos
  27. 31.08.1996
  28.  
  29.  
  30. ============================= Archive contents =============================
  31.  
  32. Original  Packed Ratio    Date     Time    Name
  33. -------- ------- ----- --------- --------  -------------
  34.     2278     565 75.1% 31-Aug-96 02:33:22  oldXlib.info
  35.     1161     546 52.9% 31-Aug-96 02:48:08  oldXlib.readme
  36.     3384    1622 52.0% 18-Apr-94 00:11:32 +X10.h
  37.     3816    2271 40.4% 31-Aug-96 00:39:42 +oldX.lib
  38.     2278     566 75.1% 31-Aug-96 02:33:28 +src.info
  39.     1397     699 49.9% 31-Aug-96 02:33:56 +Build.info
  40.     2632    1711 34.9% 31-Aug-96 00:12:38 +Debug
  41.     1387     740 46.6% 31-Aug-96 02:33:56 +Debug.info
  42.     1398     708 49.3% 31-Aug-96 02:33:56 +Find.info
  43.      725     368 49.2% 29-Mar-94 20:54:12 +Imakefile
  44.      144     100 30.5% 06-Feb-94 21:35:56 +oldX-def.cpp.
  45.     3378    1523 54.9% 31-Aug-96 02:33:56 +rcsgui.info
  46.      559     326 41.6% 31-Aug-96 00:37:02 +SCOPTIONS
  47.     1674     918 45.1% 31-Aug-96 02:33:56 +SCoptions.info
  48.       13      13  0.0% 22-Aug-96 01:01:24 +Update
  49.     1392     802 42.3% 31-Aug-96 02:33:56 +Update.info
  50.     3384    1622 52.0% 18-Apr-94 00:11:32 +X10.h
  51.      481     219 54.4% 31-Aug-96 02:33:56 +X10.h.info
  52.     2606    1308 49.8% 18-Apr-94 00:11:34 +XCrAssoc.c
  53.      481     266 44.6% 31-Aug-96 02:33:56 +XCrAssoc.c.info
  54.     2718    1343 50.5% 18-Apr-94 00:11:34 +XDelAssoc.c
  55.      481     270 43.8% 31-Aug-96 02:33:56 +XDelAssoc.c.info
  56.     1986    1039 47.6% 18-Apr-94 00:11:34 +XDestAssoc.c
  57.      481     270 43.8% 31-Aug-96 02:33:56 +XDestAssoc.c.info
  58.    25744    7436 71.1% 31-Aug-96 00:35:50 +XDraw.c
  59.      481     272 43.4% 31-Aug-96 02:33:56 +XDraw.c.info
  60.     2812    1377 51.0% 18-Apr-94 00:11:36 +XLookAssoc.c
  61.      481     268 44.2% 31-Aug-96 02:33:56 +XLookAssoc.c.info
  62.     3924    1807 53.9% 31-Aug-96 00:35:56 +XMakeAssoc.c
  63.      481     271 43.6% 31-Aug-96 02:33:56 +XMakeAssoc.c.info
  64. -------- ------- ----- --------- --------
  65.    74157   31246 57.8% 06-Sep-96 00:11:56   30 files
  66.